TABLE.NAME_NORMALIZE Function

Syntax

Normalized_Name as C = Name_Normalize(C name)

Arguments

name

The filename of a table or set.

Description

Normalize a table name.

Discussion

The TABLE.NAME_NORMALIZE() method returns the normalized version of a table or set name.

Example

? table.name_normalize("c:\databases\CUSTOMER.DBF")
= "c_databases_CUSTOMER_DBF"

See Also